home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / loader / biostest / biostest 4585 / bin / run_biostest < prev    next >
Text File  |  2006-11-29  |  213b  |  18 lines

  1. #! /bin/bash
  2.  
  3. exec < /dev/console > /dev/console 2>&1 3>&1
  4.  
  5. echo verbose >/proc/splash
  6.  
  7. echo root reboot >/etc/yast.inf
  8.  
  9. # unicode mode off
  10. echo -ne '\e%@'
  11.  
  12. setfont lat1-16
  13.  
  14. cd /usr/share/firmwarekit
  15.  
  16. ./biostest
  17.  
  18.